.bread-crumbs {
	height: 45px;
	font-size: 0;
}

.bread-crumbs-container {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	/* font-family: "FZLTXI"; */
	background-color: #e1e1e1;
}

.index-crumbs {
	margin-left: 15px;
}

.index-crumbs,.sectionName-crumbs,.brandName-crumbs,.mainTitle-crumbs {
	cursor: pointer;
}

.separator {
	margin-left: 10px;
	margin-right: 10px;
}

.link-container {
	background-color: white;
}

.link-item-container {
	line-height: 66px;
	/* font-family: "FZLTXI"; */
	color: rgba(60,60,60,0.7);
}

.link-item-active {
	color: white;
	background-color: #a9a9a9;
}

.link-image-container>img {
	display: none;
}

.link-item-container>div {
	display: inline-block;
	font-size: 20px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.link-item-active:hover {
	color: white;
}

.link-item-container>div:not(.link-item-active):hover {
	color: rgba(60,60,60,1);
}

.download {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 295px;
	height: 410px;
	background-color: white;
}

.download-container {
	width: 1280px;
}
.download-content{
	display:none;
	font-size: 14px;
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	position:fixed;
	z-index:3;
	left: 50%;
	transform:translateX(-50%);
	top:0px;
	overflow-Y:scroll;
	background:#fff;
	padding:60px 20px 90px 20px;
	-ms-overflow-style: none; 
	overflow: -moz-scrollbars-none;
	bottom:5px;
}
.download-content::-webkit-scrollbar {
    display: none;
}
.download-list {
	width: 100%;
	margin-bottom: 50px;
}

.download-list>div:nth-child(1) {
	margin-right: calc(100px / 3)
}

.download-list>div:nth-child(2) {
	margin-right: calc(100px / 3)
}

.download-list>div:nth-child(3) {
	margin-right: calc(100px / 3)
}

.download-poster {
	margin-top: 25px;
	margin-bottom: 13px;
}

.download-title {
	font-size: 18px;
	/* font-family: "FZLTXI"; */
	color: #3c3c3c;
	margin: auto;
	width: 245px;
	height: 50px;
	margin-bottom: 10px;
	text-align: left;
	/* margin-bottom: 10px; */
}


.download-information {
	margin: auto;
	width: 245px;
	text-align: left;
}

.download-type {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	/* font-family: "FZLTXI"; */
	color: #757373;
	margin-bottom: 4px;
	margin-right: 12px;
}

.download-size {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	/* font-family: "FZLTXI"; */
	color: #757373;
	margin-bottom: 4px;
}

.download-number {
	font-size: 12px;
	/* font-family: "FZLTXI"; */
	color: #757373;
	margin: auto;
	width: 245px;
	text-align: left;
	margin-bottom: 4px;
}

.download-update {
	font-size: 12px;
	/* font-family: "FZLTXI"; */
	color: #757373;
	margin: auto;
	width: 245px;
	text-align: left;
	margin-bottom: 20px;
}
.download-login {
	display: inline-block;
	vertical-align: middle;
	/* font-family: "FZLTXI"; */
	font-size: 13.83px;
	color: white;
	background-color: #ed7020;
	text-align: center;
	width: 110px;
	height: 36px;
	line-height: 36px;
	margin:0 auto;
	cursor: pointer;
}

.download-preview {
	position: absolute;
	left: 25px;
	bottom: 25px;
	/* font-family: "FZLTXI"; */
	font-size: 13.83px;
	color: white;
	background-color: #757575;
	text-align: center;
	width: 110px;
	height: 36px;
	line-height: 36px;
	margin-right: 26px;
	cursor: pointer;
}

.download-download {
	position: absolute;
	left: 161px;
	bottom: 25px;
	/* font-family: "FZLTXI"; */
	font-size: 13.83px;
	color: white;
	background-color: #ed7020;
	text-align: center;
	width: 110px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}

.page-list {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-list>div {
	display: inline-block;
	vertical-align: middle;
	/* font-family: "FZLTXI"; */
	font-size: 18px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

.page-list>div:nth-child(2) {
	border-color: black;
	/* border: 1px solid; */
	    border: 1px solid #d9d9d9;
}

.page-list>div:nth-last-child(2) {
	border-color: black;
	/* border: 1px solid; */
	    border: 1px solid #d9d9d9;
}